Git Product home page Git Product logo

Comments (1)

dneto0 avatar dneto0 commented on April 28, 2024

Produces:

         %35 = OpLoad %v4float %34
         %36 = OpCompositeExtract %float %35 0
         %37 = OpBitcast %uint %36
         %38 = OpShiftRightLogical %uint %37 %uint_0
         %39 = OpBitwiseAnd %uint %38 %uint_255
         %40 = OpConvertUToF %float %38 ;  This is wrong. Should use %39 not %38
         %41 = OpCompositeInsert %v4float %40 %16 0
         %42 = OpShiftRightLogical %uint %37 %uint_8
         %43 = OpBitwiseAnd %uint %42 %uint_255
         %44 = OpConvertUToF %float %42
         %45 = OpCompositeInsert %v4float %44 %41 1
         %46 = OpShiftRightLogical %uint %37 %uint_16
         %47 = OpBitwiseAnd %uint %46 %uint_255
         %48 = OpConvertUToF %float %46
         %49 = OpCompositeInsert %v4float %48 %45 2
         %50 = OpShiftRightLogical %uint %37 %uint_24
         %51 = OpBitwiseAnd %uint %50 %uint_255
         %52 = OpConvertUToF %float %50
         %53 = OpCompositeInsert %v4float %52 %49 3
               OpStore %33 %53
               OpReturn
               OpFunctionEnd

from clspv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.