]> git.cworth.org Git - fips/commit
Fix fips to work even without the AMD_performance_monitor extension.
authorCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 23:44:23 +0000 (15:44 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 23:44:23 +0000 (15:44 -0800)
commitba91fa6199a75aea42e40221489d259f1f723e4e
tree040d9847c4c8975b747223eb8375820f4e0066e7
parentc27d7ce0b3ce5a2b9b753a654fdebcc1627aae52
Fix fips to work even without the AMD_performance_monitor extension.

Even without the extension, we can still do timer queries and print
the time spent in each operation. So detect that the extension is
available, and then use that information to avoid calling into any
functions that are only made available with that extension.
context.c
metrics-info.c
metrics-info.h
metrics.c