Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!65718
CxxUtils: Fix typos in comments.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CxxUtils: Fix typos in comments.
ssnyder/athena:typo.CxxUtils-20230911
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:typo.CxxUtils-20230911
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Fix typos in comments.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c8ad31a7
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Control/CxxUtils/CxxUtils/trapping_fp.h
+
2
−
2
Options
@@ -6,7 +6,7 @@
* @file CxxUtils/trapping_fp.h
* @author scott snyder <snyder@bnl.gov>
* @date Aug, 2023
* @brief Tell the compiler to opimize
d
assuming that FP may trap.
* @brief Tell the compiler to op
t
imize assuming that FP may trap.
*/
@@ -14,7 +14,7 @@
#define CXXUTILS_TRAPPING_FP_H
// Tell the compiler to opimize the containing block assuming that
// Tell the compiler to op
t
imize the containing block assuming that
// FP may trap. This is sometimes needed with clang to avoid spurious FPEs
// resulting from auto-vectorization.
#if defined(__clang__) && defined(__x86_64__)
Loading