mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 17:36:36 +00:00

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.
13 lines
630 B
Common Lisp
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.
|