Advertisement
Tainel

src/base/dependencies/directives.hpp

May 28th, 2023 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | Source Code | 0 0
  1. #pragma once
  2.  
  3. // Set some global optimization options for later functions.
  4. #pragma GCC optimize"Ofast,tracer,no-stack-protector"
  5.  
  6. // Set some target-specific options for later functions.
  7. #pragma GCC target"avx2,fma,bmi,bmi2,lzcnt,rdrnd"
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement