Fraser Cormack 949bf518fc [libclc][NFC] Fix up inconsistent copyright headers
Some files were accidentally given two copyright headers. Another was
missing one. This commit also converts that file's dos line endings to
unix ones and reformats a comment.
2025-04-09 12:00:08 +01:00

13 lines
630 B
Common Lisp

//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// Opt-out of libclc mul_hi implementation for clspv.
// clspv has an internal implementation that does not required using a bigger
// data size. That implementation is based on OpMulExtended which is SPIR-V
// specific, thus it cannot be written in OpenCL-C.