From 15dbcacdbc5db68c1ea86bb330d07ec70de75af6 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 23 Jan 2023 20:28:59 +0100 Subject: Minor, micro-optimization --- Whisper/ML/TensorShape.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Whisper/ML/TensorShape.h') diff --git a/Whisper/ML/TensorShape.h b/Whisper/ML/TensorShape.h index 473b0c9..5749764 100644 --- a/Whisper/ML/TensorShape.h +++ b/Whisper/ML/TensorShape.h @@ -28,11 +28,11 @@ namespace DirectCompute HRESULT create( const ggml_tensor& ggml ); TensorShape( const ggml_tensor& ggml ); - __m128i sizeVec() const + __m128i __vectorcall sizeVec() const { return load( ne ); } - __m128i stridesVec() const + __m128i __vectorcall stridesVec() const { return load( nb ); } -- cgit v1.2.3