mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Fixed pthreads compile bug with previous commit.
Details: - Erroneously passed family parameter into l3int_t function despite that function not taking the parameter. Oops.
This commit is contained in:
committed by
prangana
parent
95adc43d80
commit
6a9bd97295
@@ -171,7 +171,6 @@ void* bli_l3_thread_entry( void* data_void )
|
||||
|
||||
data->func
|
||||
(
|
||||
family,
|
||||
alpha,
|
||||
a,
|
||||
b,
|
||||
|
||||
Reference in New Issue
Block a user