Skip to content
Success

#326 (Jul 6, 2026, 10:47:00 PM)

Started 9 days 6 hr ago
Took 50 min

Started by timer

This run spent:

  • 7 ms waiting;
  • 50 min build duration;
  • 50 min total from scheduled to completion.
Revision: b3609b2d7adb62e64922155f7611b28417c8f02e
Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
  • refs/remotes/origin/master
move libcfa/src/concurrency/atomic.hfa to libcfa/src/bits/atomic.hfa, and update all the atomic operations
pabuhr at
change routine name from rdtscl to rdtsc
pabuhr at
change function name isEmpty to empty
pabuhr at
fix problem with printing 0 for largest int_128 values
pabuhr at
formatting
pabuhr at
change routine name from rdtscl to rdtsc
pabuhr at
fix -O2 problem with new atomic macros
pabuhr at
elide warning message -Wdangling-pointer
pabuhr at
fix strange -O3 gcc bug by adding volatile
pabuhr at
make ignored "-Wdangling-pointer" conditional on gcc >= 12
pabuhr at