Commit Graph
2 Commits
Author SHA1 Message Date
Morten Hauke Solvangandflysand7 6c750c6670 Suggestion when assigning enum to bit_set 2024-12-01 11:54:53 +11:00
Morten Hauke Solvang fb5bb1cd83 llvm: specify calling convention on call
Looks like the compiler only was specifying the calling convention on
function declarations, but not on function calls.
But LLVM seems to produce "bad" code when optimizing with level -O2
unless you specify the same calling convention on the call too.
2023-10-13 21:21:54 +02:00