ispc 1.11.0
Closes #40510. Signed-off-by: Sean Molenaar <smillerdev@me.com>
This commit is contained in:
parent
0fabb84d2b
commit
432b587c1e
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Ispc < Formula
|
class Ispc < Formula
|
||||||
desc "Compiler for SIMD programming on the CPU"
|
desc "Compiler for SIMD programming on the CPU"
|
||||||
homepage "https://ispc.github.io"
|
homepage "https://ispc.github.io"
|
||||||
url "https://github.com/ispc/ispc/archive/v1.10.0.tar.gz"
|
url "https://github.com/ispc/ispc/archive/v1.11.0.tar.gz"
|
||||||
sha256 "0aa30e989f8d446b2680c9078d5c5db70634f40b9aa07db387aa35aa08dd0b81"
|
sha256 "f48ef6e8a1fe5ad4fca691583bf7419f4dce1596e7ed850ff99cc017f8711b2f"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue