Merge branch 'maint-0.4.5' into maint-0.4.7

This commit is contained in:
David Goulet
2022-10-14 09:12:23 -04:00
2 changed files with 13 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes (OSX):
- Fix coarse-time computation on Apple platforms (like Mac M1) where
the Mach absolute time ticks do not correspond directly to
nanoseconds. Previously, we computed our shift value wrong, which
led us to give incorrect timing results.
Fixes bug 40684; bugfix on 0.3.3.1-alpha.