aboutsummaryrefslogtreecommitdiffstats
path: root/common/opthelpers.h
Commit message (Expand)AuthorAgeFilesLines
* Use a macro for when __has_cpp_attribute is unsupportedChris Robinson2023-03-101-4/+10
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-0/+11
* Ensure the mixer helpers are properly inlinedChris Robinson2023-01-131-1/+1
* Avoid unreachable() in assume_alignedChris Robinson2022-12-181-4/+6
* Revert "Change the order of compiler checks in assume_aligned"Chris Robinson2022-12-181-7/+5
* Change the order of compiler checks in assume_alignedChris Robinson2022-12-181-5/+7
* Implement an al::unreachable wrapper/helperChris Robinson2022-12-131-8/+19
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-8/+0
* Avoid LIKELY/UNLIKELY macrosChris Robinson2022-12-051-6/+4
* Use standard likely/unlikely attributes when availableChris Robinson2022-12-051-25/+11
* Added missing header file for std::assume_aligned. (C++20) (#724)Hongtae Kim2022-07-051-1/+1
* Add missing includeChris Robinson2022-03-301-0/+1
* Move assume_aligned to opthelpers.h and define force_inlineChris Robinson2022-03-301-4/+38
* Slightly improve code flow for ASSUMEChris Robinson2022-03-291-1/+1
* Forward the (un)likely expression being cast to boolChris Robinson2022-02-241-4/+7
* Avoid using an if_constexpr macroChris Robinson2022-02-221-6/+0
* Make a couple more operator bools explicitChris Robinson2022-02-201-4/+10
* Simplify and combine a couple macrosChris Robinson2021-12-181-8/+8
* Make simpler likely/unlikely functions and use them in some placesChris Robinson2021-10-031-0/+4
* Fix __cplusplus value checkChris Robinson2021-01-221-1/+1
* Use if constexpr when possibleChris Robinson2021-01-221-0/+6
* Reorder definitions to keep them near each otherChris Robinson2020-12-051-13/+13
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-2/+2
* Use false instead of 0 for a booleanChris Robinson2019-03-241-2/+2
* Move some macros to a common headerChris Robinson2019-01-071-0/+39