mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Updated beta == zero semantics of mulsc.
Details: - Updated beta == zero semantics of mulsc. Hopefully this is the last operation that needed updating. - Added Devin to CREDITS file.
This commit is contained in:
4
CREDITS
4
CREDITS
@@ -7,13 +7,13 @@ The BLIS framework was primarily authored by
|
||||
|
||||
Field Van Zee (The University of Texas at Austin)
|
||||
|
||||
but many others contributed input and feedback as it was initially
|
||||
conceived, designed, and developed, including:
|
||||
but many others have contributed input and feedback, including:
|
||||
|
||||
John Gunnels (IBM, T.J. Watson Research Center)
|
||||
Jeff Hammond (Argonne National Laboratory)
|
||||
Francisco Igual (Universidad Complutense de Madrid)
|
||||
Lee Killough (Appro International)
|
||||
Devin Matthews (The University of Texas at Austin)
|
||||
Tze Meng Low (The University of Texas at Austin)
|
||||
Bryan Marker (The University of Texas at Austin)
|
||||
Rhys Ulerich (The University of Texas at Austin)
|
||||
|
||||
@@ -97,9 +97,15 @@ void PASTEMAC2(chx,chy,varname)( \
|
||||
ctype_y* psi_cast = psi; \
|
||||
ctype_x chi_conj; \
|
||||
\
|
||||
PASTEMAC2(chx,chx,copycjs)( conjchi, *chi_cast, chi_conj ); \
|
||||
\
|
||||
PASTEMAC2(chx,chy,scals)( chi_conj, *psi_cast ); \
|
||||
if ( PASTEMAC(chx,eq0)( *chi_cast ) ) \
|
||||
{ \
|
||||
PASTEMAC(chy,set0s)( *psi_cast ); \
|
||||
} \
|
||||
else \
|
||||
{ \
|
||||
PASTEMAC2(chx,chx,copycjs)( conjchi, *chi_cast, chi_conj ); \
|
||||
PASTEMAC2(chx,chy,scals)( chi_conj, *psi_cast ); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user