Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul H. Liu committed Apr 12, 2017
1 parent e696b43 commit c986a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/include/hrc/plsr-prims-vector-avx.h
Original file line number Diff line number Diff line change
Expand Up @@ -1153,4 +1153,4 @@ static __m256d pLsrPrimV256Float64Zero = {0.0, 0.0, 0.0, 0.0};

#define pLsrPrimV256RefLoad(dest, arr, off, idx) pLsrPrimV256UInt32Load(dest, arr, off, idx)

#endif _PLSR_PRIMS_VECTOR_AVX_H_
#endif // _PLSR_PRIMS_VECTOR_AVX_H_

0 comments on commit c986a94

Please sign in to comment.