Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Merge requests
!59
Fix build failure on linux
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix build failure on linux
xenhat/clockfix
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ghost User
requested to merge
xenhat/clockfix
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
I forgot to MR this.
0
0
Merge request reports
Viewing commit
1ef0fff4
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1ef0fff4
Fix build failure on linux
· 1ef0fff4
Xenhat Hex
authored
2 years ago
indra/llcommon/llfasttimer.h
+
2
−
0
Options
@@ -33,6 +33,8 @@
#if LL_WINDOWS
#include
<intrin.h>
#else
#include
<x86intrin.h>
#endif
#define LL_FAST_TIMER_ON 1
Loading